Skip to main content
ICT
Lesson A12 - Iterations
 
Main Previous Next
Title Page >  
Summary >  
Lesson A1 >  
Lesson A2 >  
Lesson A3 >  
Lesson A4 >  
Lesson A5 >  
Lesson A6 >  
Lesson A7 >  
Lesson A8 >  
Lesson A9 >  
Lesson A10 >  
Lesson A11 >  
Lesson A12 >  
Lesson A13 >  
Lesson A14 >  
Lesson A15 >  
Lesson A16 >  
Lesson A17 >  
Lesson A18 >  
Lesson A19 >  
Lesson A20 >  
Lesson A21 >  
Lesson A22 >  
Lesson AB23 >  
Lesson AB24 >  
Lesson AB25 >  
Lesson AB26 >  
Lesson AB27 >  
Lesson AB28 >  
Lesson AB29 >  
Lesson AB30 >  
Lesson AB31 >  
Lesson AB32 >  
Lesson AB33 >  
Vocabulary >  
 

LAB ASSIGNMENT A12.2 page 13 of 18

Pictures

Assignment:

  1. Write a method that takes in, through its parameters, the number of rows and columns to print a multiplication table.

  2. There must be a margin of row and column headings for the table.

  3. The answer columns should be separated by a field-width of 5 columns.

  4. A blank line should be inserted between the column heading and the first row of the table.

  5. A precondition of the procedure is that the value of the row or column will be from 1..12.

  6. Sample run output for printTable(4,6):

  7. Write another method to print the following pyramid pattern of stars. The number of lines to print will be passed in to the method. If the number of lines = 5, then:

  8. Write a method to draw a sunburst pattern using the DrawingTool. Your sunburst should consist of 360 separate lines, each one degree apart. For added flair, you can try looking up the Color class and use it to create colored lines. In the example picture below, each of the lines is a random color.

 

Main Previous Next
Contact
 © ICT 2006, All Rights Reserved.